home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / soho_35.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  217 b   |  11 lines

  1. on mouseUp
  2.   global hl_mode
  3.   if hl_mode = 0 then
  4.     set the loop of member "templns" to 1
  5.     ClrCursorS()
  6.     set the movieRate of sprite 113 to 1
  7.     set the visible of sprite 113 to 1
  8.     go("soho")
  9.   end if
  10. end
  11.